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:
parent
e4e3e4e3af
commit
860f7d6566
40 changed files with 750 additions and 1239 deletions
|
@ -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}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue