However, there is another error when configuring 'joint_group_effort_controller'.
[gzserver-6] [INFO] [1701334317.747426177] [controller_manager]: Loading controller 'joint_group_effort_controller'
[gzserver-6] [INFO] [1701334317.765631037] [controller_manager]: Setting use_sim_time=True for joint_group_effort_controller to match controller manager (see ros2_control#325 for details)
[gzserver-6] [INFO] [1701334317.767162893] [controller_manager]: Loading controller 'joint_states_controller'
[gzserver-6] [INFO] [1701334317.773502139] [controller_manager]: Setting use_sim_time=True for joint_states_controller to match controller manager (see ros2_control#325 for details)
[gzserver-6] [INFO] [1701334317.784215369] [controller_manager]: Configuring controller 'joint_group_effort_controller'
[gzserver-6] [ERROR] [1701334317.784413875] [joint_group_effort_controller]: using 'effort' command interface alone is not yet implemented yet.
[gzserver-6] [ERROR] [1701334317.784465995] [controller_manager]: After configuring, controller 'joint_group_effort_controller' is in state 'unconfigured' , expected inactive.
[gzserver-6] [INFO] [1701334317.785395161] [controller_manager]: Configuring controller 'joint_states_controller'
[gzserver-6] [INFO] [1701334317.785500193] [joint_states_controller]: 'joints' or 'interfaces' parameter is empty. All available state interfaces will be published
[ros2-10] Error configuring controller
[ros2-9] Sucessfully loaded controller joint_states_controller into state active
[ERROR] [ros2-10]: process has died [pid 28350, exit code 1, cmd 'ros2 control load_controller --set-state start joint_group_effort_controller'].
[INFO] [ros2-9]: process has finished cleanly [pid 28346]
How can i configure joint controllers and fix this?
Thanks
have you solved it? It meet the problem, too. I change the yml for effort add position, then it report: 'effort' command interface has to be alone. strange!!! is a bug in foxy?
At the beginning there was another error : " argument --set-state: invalid choice"
After that i changed joint_states_controller and joint_group_effort_controller arguments from active to start at champ_gazebo/launch/gazebo.launch.py.
However, there is another error when configuring 'joint_group_effort_controller'.
How can i configure joint controllers and fix this? Thanks