ROS2+Gazebo What options do we have for joint control?
It seems we dont have gazebo_ros_pkgs/ros_control yet with the joint controllers ported over yet in ROS2 (Please correct me if I am wrong)....so at present time (Sep 2020), what would be the recommended way to control humanoid joints in simulation?
I don't use ros2_control yet. I basically made my own controller for Lynxmotion smart servos. Would gazebo_ros_joint_pose_trajectory plugin be a good way to publish joint commands until ros2_control plugin is ready? It suggests that I can send a trajectory of points, but I dont think this takes into account the transmissions or actuator dynamics, does it?
Or should I write my own Model plugin? (ex. based on gazebo_ros::Node) It seems simple enough to write the plugin but again I would have to model the servo dynamics.
hey, I was curious if you found a solution to this problem yet, since I'm in the same boat