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

Add compatibility for ROS Melodic on Ubuntu 18.04 #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tinng81
Copy link

@tinng81 tinng81 commented Nov 8, 2020

Summary

I'm working on this project on ROS Melodic and stumble across small issues to build it but manage to resolve it and am proceeding to the next step. Hope everyone can benefit from the following notes.

Configurations

  • OS: Ubuntu 18.04.4 LTS
  • ROS Distro: melodic
  • ROS Version: 1.14.9
  • catkin_tools: 0.6.1
  • Python: 2.7.17

Replication Steps

  sudo apt-get install libnlopt-dev libarmadillo-dev
  cd ${YOUR_WORKSPACE_PATH}/src
  git clone https://github.com/HKUST-Aerial-Robotics/Fast-Planner.git
  cd ../
  catkin build

Side note: My installation ofnlopt library require an extra step to symlink otherwise it couldn't detect it

$ sudo apt-get install libnlopt-dev
$ dpkg -L libnlopt-dev
...
/usr/lib/x86_64-linux-gnu/libnlopt.so
...
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libnlopt.so /usr/local/lib/libnlopt.so

Also, a quick catkin build multi_map_server resolved the following problem

/Fast-Planner/uav_simulator/Utils/multi_map_server/src/multi_map_visualization.cc:5:10: fatal error: multi_map_server/MultiOccupancyGrid.h: No such file or directory
 #include <multi_map_server/MultiOccupancyGrid.h>

@Cavalletta98
Copy link

When will be merged?

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

Successfully merging this pull request may close these issues.

None yet

2 participants