-
Notifications
You must be signed in to change notification settings - Fork 557
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
Error while Demo launch - on ROS2 Humble and 22.04 Ubuntu #1814
Comments
The last line of your log is showing you the reason why the robot model couldn't be loaded: an invalid parameter. Please review your kinematics.yaml and fix the value type of |
Seems like this is a consequential error. I checked it it is of type float. |
@ClaBirk I hope that your problem is resolved. In case you run into further problems, you can also check out the Troubleshooting issue and if that does not help, re-open this issue or a new one |
I'm having the similar problem. On my server, Rviz opens well and I can see robots, but the No Planning Library loaded. Especially, I think the problem is the log of this issue I have in common. It is as follows. |
i'm having similar problem, in my case the robot model is not loaded. [rviz2-3] [ERROR] [1711174126.096524814] [moveit_ros_visualization.motion_planning_frame]: Action server: /recognize_objects not available This is what my terminal gives. Any help would be appreciated. Thanks |
俺也一样 |
Hello,
i am trying to use Moveit2 on ROS2 Humble for a Project at university.
First goal: get a 6DOF Robot running in RVIZ and Moveit2
Installation of ROS2 and Moveit went fine as far as i can tell.
But i can´t see the robot in Rviz:
ros2 launch moveit2_tutorials demo.launch.py rviz_tutorial:=true
From the moveit_ros_visualization folder, choose “MotionPlanning” as the DisplayType. Press “Ok”.
-> No Robot visible
I tried: #1596
I changed this: LC_NUMERIC=en_US.UTF-8 but still no Robot visible
sudo apt install ros-rolling-rmw-cyclonedds-cpp
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
This is the Terminal output:
The text was updated successfully, but these errors were encountered: