You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the Franka ROS1 packages and using a bridge to get the messages in ROS2.
If I would like to write a ROS2 python node that subscribes to the topic /franka_state_controller/franka_states of type FrankaState, what would be the best way to import this message definition and dependency? I'm trying to do the following right now:
from franka_msgs.msg import FrankaState
Thank you,
Oliver
The text was updated successfully, but these errors were encountered:
Franka robot state broadcaster is now supported default in ROS2 Humble. So you don't need the bridge now. You can access the franka_robot_state topic directly
Hi,
I am running the Franka ROS1 packages and using a bridge to get the messages in ROS2.
If I would like to write a ROS2 python node that subscribes to the topic
/franka_state_controller/franka_states
of typeFrankaState
, what would be the best way to import this message definition and dependency? I'm trying to do the following right now:Thank you,
Oliver
The text was updated successfully, but these errors were encountered: