neobotix / neo_kinematics_omnidrive2

ROS 2 packages for kinematics of MPO-700
3 stars 4 forks source link

Avoid conflicts with joint_states while having a robot arm #28

Open padhupradheep opened 4 weeks ago

padhupradheep commented 4 weeks ago

robot arm has a joint_states topic and as well as our platform too. Currently this is conflicting with the kinematics calculation. The work around that we are following is to append a namespace to our platform.

This solution is not ideal, since the visualization of the omndrivemodule in RViz gets affected, as the robot state publisher expects every states of the joints to be published to /joint_states.

Related to: https://github.com/neobotix/neo_mpo_700-2/issues/36