-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xarm_planner goal flashes from time to time and service not available #208
Comments
Hi, please check the instruction here, if you would like to use motion planner to control the model in Gazebo, you should run |
Hello, I just wonder if it is possible to use |
The cause may be the dimension of joint targets in your command, please change it to 5 numbers instead of 7. It turns out the |
you may check out the latest commit, I added the logic to prevent joint dimension mismatch. |
Hello, I have pull the repo and compiled the source code. However, the goal position flashing problem still appears in Rviz no matter if I use dof=5 or dof=7. Also, since our arm is xArm5, it does not make sense to use an xArm7 model for simulation. Thanks. |
Please provide full information of your launching command this time in order, or the backstage abnormal output if any. Otherwise we could not reproduce the issue. Also, please follow the instructions in ReadMe strictly for different scenarios. Some of the launch files should not be mixed or used together. For example, we did not provide gazebo integration demo for "xarm_planner" package, it can be simulated in Rviz only, or used to control the real xArm. If gazebo and xarm_planner are still both launched like you initially described, abnormal things like name conflicts may occur and the commands may not work as expected. If gazebo + xarm_planner is a must for your project, you may develop the integration on your own. |
System: Ubuntu 20.04+ROS noetic
Commands executed:
roslaunch xarm_gazebo xarm5_beside_table.launch
Gazebo works fine
roslaunch xarm_planner xarm_planner_rviz_sim.launch robot_dof:=5 robot_type:=xarm add_gripper:=false add_vacuum_gripper:=false
Rviz starts successfully, but when I add the MotionPlanning panel and select the Planning Group as xarm5, the goal position flashes on the field, like the following screenshots show:
Also, the services under xarm_planners are not available:
When I worked on the real robots, the service under mode 0 works though.
The text was updated successfully, but these errors were encountered: