deborggraever / ros2-mecanum-bot

ROS2 Mecanum wheel robot
GNU General Public License v3.0
91 stars 26 forks source link

Mecanum Wheel doesn't spawn at RVIZ #1

Closed Mettikodeva closed 5 months ago

Mettikodeva commented 1 year ago

the mecanum wheel doesn't spawn at RVIZ and can't find the joint state controller. should I install the joint_state_controller pkg, but I can't find it on ROS2 or I should bridge it from ROS1? and why " rl_wheel_joint position state interface not found" this is happen?

While run the mecanum_bringup Could not configure controller with name 'joint_state_controller' because no controller with this name exists **_wheel_joint position state interface not found image

while executing the #visualize-the-robot Invalid frame ID "rr_wheel_link" passed to canTransform argument source_frame - frame does not exist image

shovington commented 1 year ago

Did you find a solution? I got the exact same problem.

deborggraever commented 1 year ago

Looked into the problem. The current humble branch is still work in progress.

U need the joint state publisher package. sudo apt install ros-humble-joint-state-publisher

First terminal ros2 launch mecanumbot_bringup mecanumbot_state_publisher.py

Second terminal ros2 launch mecanumbot_bringup rviz2.py

No errors and wheels are visisble