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

@ -161,7 +161,7 @@ def launch_setup(context, *args, **kwargs):
rl_task = Node(
package="rbs_gym",
executable="train.py",
executable="train",
output="log",
arguments=args,
parameters=[{"use_sim_time": True}]