mjeronimo / rviz_embed_test

An example to demonstrate a stand-alone rviz rendering window
13 stars 3 forks source link

The rviz interface cannot support mouse zoom in, zoom out, or rotate operations #2

Open peter5232 opened 1 year ago

peter5232 commented 1 year ago

I have compiled the entire project, but the generated rviz module does not support mouse zoom in, zoom out, or rotate operations.

MartiBolet commented 1 year ago

Yes, that's because ViewController is not added to the app.

peter5232 commented 1 year ago

Why not add ViewController? Is there any problem?

peter5232 commented 1 year ago

Do you know how to add ViewController? I want this project to support operations such as zooming in and out, but I don't know how to add this feature. Please help me!