ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Rospack find error

asked 2020-01-28 19:46:53 -0500

kasy gravatar image

updated 2020-01-28 22:50:03 -0500

Hello. I write question first time in this page, so please let me know if I had some mistake. I use Autoware 1.13 in Ubuntu 18.04 and ROS Melodic, but it can't find some packages. I already use

source /install/setup.bash

This code is effective to find 'lidar_localizer' but not effective to find 'runtime_manager'. I should use

roslaunch runtime_manager runtime_manager

to start the autoware. Why the source command didn't applied in runtime_manager package? And, How can I use this package?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2020-01-31 09:45:26 -0500

Vicky gravatar image

I assume you're using the release repo when you compiled it from the source. If that is the case, then there are two options,

  1. You could use Mate terminal
  2. Modify ~/autoware.ai/install/runtime_manager/share/runtime_manager/scripts/run script to accommodate your terminal. In my case, I was using Terminator terminal, hence I added the following lines,

elif [ $(which terminator) ]; then TERMINAL=terminator

Cheers.

edit flag offensive delete link more
0

answered 2020-01-29 04:02:17 -0500

sgermanserrano gravatar image

@kasy can you provide more information about your problem?

are you running using Docker or installed from source?

did you follow the installation instructions?

are you trying to follow the rosbag demo to get started?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-01-28 19:46:53 -0500

Seen: 319 times

Last updated: Jan 31 '20