Code Monkey home page Code Monkey logo

Comments (5)

Leon-Redfield avatar Leon-Redfield commented on July 20, 2024 3

Hi,

I followed your instruction and tested with the Zhangjiajie environment. It work - at least with the AirSim environment (finished all the gates successfully. However, Rviz has one issues. it is blank (no map is displayed)

and I get this warning:
[ WARN] [1630074867.684464842]: Invalid argument "/world_enu" passed to canTransform argument source_frame in tf2 frame_ids cannot start with a '/' like:

Could you please check if tf2 frames is setup correctly?

Best regards,

Hi! Search for all "/world_enu" and replace them with "world_enu". I guess you are using ubuntu20, and it is required to get rid of the "/" in tf frame_ids.

from fast-racing.

sotpapathe avatar sotpapathe commented on July 20, 2024 1

This can be done easily with the following command (provided you have GNU or busybox sed):

sed -i '/\/world_enu/ s|/world_enu|world_enu|g' $(git grep -l '/world_enu')

from fast-racing.

cheslee-z avatar cheslee-z commented on July 20, 2024

I am using ubuntu20, but after I replaced all "/world_enu" with "world_enu", I got this error:
``[ERROR] [1664624785.874747168]: wrong map frame id!

from fast-racing.

haoxinnihao avatar haoxinnihao commented on July 20, 2024

@cheslee-z I also have this problem. Do you solve it?

from fast-racing.

xxyLA avatar xxyLA commented on July 20, 2024

@cheslee-z I also have this problem. Do you solve it?

Recompile

from fast-racing.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.