Rosparam error while deploying throgh AWS robomaker

I’m following this tutorial Run ROS on multiple machines with AWS RoboMaker | Husarion

I have rplidar and raspberry pi 4 , i want to deploy and check for fun

error shown in log file is as follows

``self._load_config()
File “/home/ggc_user/roboMakerDeploymentPackage/4466aac612bf09078afe4476ea1219da90e9e0677f520ea6c3c48c8df5e3455e/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/parent.py”, line 132, in _load_config
roslaunch_strs=self.roslaunch_strs, verbose=self.verbose)
File “/home/ggc_user/roboMakerDeploymentPackage/4466aac612bf09078afe4476ea1219da90e9e0677f520ea6c3c48c8df5e3455e/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/config.py”, line 455, in load_config_default
raise RLException(e)
RLException: error loading tag:
file does not exist [/rosbot_conf.yaml]
XML is

[rospy.core][INFO] 2020-05-12 13:55:30,130: signal_shutdown [atexit]``

please help me

Hello MS_Farhan,

The error means that file /rosbot_conf.yaml can not be found. This file should be added by setup_ROSbot_for_gg.sh script mentioned in Device setup step from manual. Did this script execute properly?

Regards,
Łuaksz

Thank you ~ i have another issue it succesfuly deployed but cant open in rviz
for opening rviz i have done slave and master locally and
open rviz in my system pc


but no data is received at all rviz is empty

and scan data in RPI while doing rostopic echo /scan is visible but not in my pc … any topic I cant echo
rostopic list will list alll the topic in pc

thanking you

PFA

The deployment is configured to operate in Husarnet network with ROSbot and EC2 instance. If you want your PC to receive messages from these devices, you need to install Husarnet on your PC.

curl https://install.husarnet.com/install.sh | sudo bash
echo "export ROS_IPV6=on" >> ~/.bashrc
echo "export ROS_MASTER_URI=http://master:11311" >> ~/.bashrc

Then add your PC to the same network, which ROSbot and EC2 were added.

sudo husarnet websetup

Regards,
Łukasz