Skip to content

Sashiri/ros_nodes_flutter_map_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_nodes_flutter_map_example

Example of how can you connect ros_nodes and [flutter].

Getting Started

To make it work, please change your configuration in lib/main.dart

home: MyHomePage(
    title: 'Flutter vision',
    config: RosConfig(
        'flutter_demo',
        'http://ROS_MASTER_URI:11311/',
        "ROS_HOSTNAME-IP",
        12345,
    ),
),

Topic subscribtion is in lib/RosNotifier.dart

Resource Topic
camera view camera/rgb/image_raw/compressed
scaner map map
speed cmd_vel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published