build: migrate env_manager, rbs_gym, rbs_runtime to ament_python

Migrate `env_manager`, `rbs_gym`, and `rbs_runtime` from ament_cmake to ament_python.
Removed unnecessary files including .json and .yaml config files
This commit is contained in:
Ilya Uraev 2024-09-30 18:34:57 +03:00
parent e4e3e4e3af
commit 860f7d6566
40 changed files with 750 additions and 1239 deletions

View file

@ -100,7 +100,7 @@ def launch_setup(context, *args, **kwargs):
rbs_runtime = Node(
package="rbs_runtime",
executable="runtime.py",
executable="runtime",
parameters=[robot_description, {"use_sim_time": True}],
)