Skip to content

No config folder in move_base_laser.launch #175

Description

@NazishT

The following lines exist in move_base_laser.launch in turtlebot_navigation/laser/move_base_laser.launch file.

    <rosparam file="$(find turtlebot_navigation)/config/global_costmap_params.yaml" command="load" />  

however, there is no config folder.

Instead these lines should be:

   <rosparam file="$(find turtlebot_navigation)/param/global_costmap_params.yaml" command="load" /> 

pointing towards local and global costmap param.yaml files in turtlebot_navigation/param folder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions