Malintha Fernando

Results 11 comments of Malintha Fernando

Hey, Thanks for trying it out and opening the issue! I can see the ros params for the drones being published in the master.log. They are supposed store the rendered...

Apparently, it is somewhat of a known bug with Rviz and certain graphic drivers. I tested on a fresh ROS Noetic installation on another Ubuntu 20.04 Laptop with Intel graphics....

Thanks for opening the issue. Did you managed to get it fixed?

Can you share the complete console output? :)

@Qishunpeng @surendhar091992 Could you try building the simulator_utils package separately and then the whole repo? First, `catkin build simulator_utils ` Then, `catkin build`

> While attempting the catkin_make as instructed by the document, it gives the fatal error of not having simulator_utils\Waypoint.h Try using `catkin build` instead of `catkin_make`

@Qishunpeng hope this has solved your issue.

I guess the problem is that it's trying to look for the message header whilst it is being built which is inside the same package. Typically, this goes away when...

I just do not have a machine with kinetic with me; so this would be a good build test for Ubuntu 16.04/Kinetic. Are you still getting the `to_string` error? Can...

@wpower12 Alright. I did a bit of searching and apparently `to_string` issue is a known bug in GCC 5.4 on Ubuntu. So it won't compile without a workaround to the...