Getting started with robots from ROS wiki
Hello, I´m trying to start a project simulating a robot from robots wiki but I´m not exactly sure how to program these robots. I followed some tutorials but they all used a launch file from demo source, I want to write code on my own using the ros arquitecture (rostopics, stacks, nodes, publisher and subscriber, etc)that I´m learning on some books (e.g. Learning for Robotics Programming), but it´s not exactly clear to me how to apply then on a roboTican or husky for example, does anyone has any material (tutorials, books, videos, anything) to start?
Also, these robots have specific embedded sensors on it (laser, ultrasonic, depth sensor), but it´s possible to implement extra sensors? I want to create a system where the robot can retrieve information of the environment and execute some actions based on it, for example check the temperature of the room and get a couple of water if it´s too warm. Does anyone has any suggestion of how can I do something like that?