Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch error #7

Open
noeperez opened this issue Aug 7, 2024 · 1 comment
Open

Launch error #7

noeperez opened this issue Aug 7, 2024 · 1 comment

Comments

@noeperez
Copy link

noeperez commented Aug 7, 2024

Hello,

since the recent changes in other dependent packages, I get this error when I try to launch a simulation:
[ERROR] [launch]: Caught exception in launch (see debug for traceback): join() argument must be str, bytes, or os.PathLike object, not 'LaunchConfiguration'

I did a fresh installation of all the simulation and dependencies.

@noeperez
Copy link
Author

noeperez commented Aug 8, 2024

Hi again,

thank you for the changes. Now, I have other problems, first I had an error in the robot controllers. To fix it I had to modify the file default_controllers.launch.py. I had to add the parameter 'controller_type' for the three controllers. Example:
# Base controller base_controller = GroupAction( [ generate_load_controller_launch_description( controller_name='mobile_base_controller', controller_params_file=LaunchConfiguration("base_config_file"), controller_type='diff_drive_controller/DiffDriveController' ) ], )
After that, all was running properly. However, when the robot moves forward, the robot body tilts down in the movement direction, what is a very weird behavior, and provokes the laser to hit the floor. I add an snapshot.

gzclient_camera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant