4.3.2 Leg Controller1. IntroductionThe section on insect locomotion discussed the concept of the central pattern generator. The CPG is the set of interconnected neurons that are responsible for generating the rhythmic motor patterns that animals use in locomotion. In the insect simulator system the CPG is modeled by the leg controller subsystem. A pacemaker generates the rhythmic pattern and controls the neurons responsible for swinging the legs back and forth and for raising and lowering the foot. It also receives inputs from forward and back sensors that help control the timing of the pacemaker. 2. Basic Leg Controller System
The leg controller that is used in the final insect simulation is fairly complex. It has to be able to handle moving forward and backward, and has to be able to be controlled by other systems. The leg controller that will be discussed here is a much simpler version and has all of those complications stripped away. It is provided simply to help the reader understand the core concepts of how the controller actually works. Complication will be added later. Figure 1 shows the neural layout for this simplified leg controller circuit. The neuron LC is the locomotion control neuron. It is really not a part of this subsystem, but is above it. It is shown here for clarity. The neuron LC has the same connections to all of the leg controllers. Its basic function is to control the speed of the insect. It is setup so that it fires at a minimum frequency even when it is not being stimulated. The more stimulation that LC is given, the higher its output frequency goes, and the faster the insect moves. The heart of the controller is the pacemaker P0. It functions as the heartbeat, and helps control when to initiate leg swings and foot motions. The muscles of the insect leg are controlled by three different neurons. The stance neuron is responsible for moving the leg backwards. The swing neuron moves the leg forward. The foot neuron controls moving the foot up and down. There are also two sensor neurons in this system. The forward sensor simulates the role of the hair receptors of the cockroach by firing when the leg begins to get near its maximum forward position. The back sensor is related to the stress receptors of the cockroach. It fires when the leg is reaching its maximum backward position. These neurons are connected in such a way that this network generates all of the correct signals, in the correct sequence, to make a leg take one step forward. This temporally extended pattern of motor activity is what is known as a fixed action pattern. And it is the generation of this rhythmic behavior that defines a central pattern generator. 3. Basic Leg Controller Analysis
The fixed action pattern is really just that. It is a pattern of events that allow the insect to take a step. This pattern is then repeated over and over again to allow the insect to walk. The pattern can be broken down into a number of simpler parts. These are outlined in the list below. When watching video 1, it is possible to identify each of these parts with specific data on the graph.
It is easy to see why the pacemaker was referred to as the heartbeat of the controller. It is the pulsing of the pacemaker, in combination with the sensory inputs, that control the timing and pattern of leg and foot movements. 4. Advanced Leg Controller System
Clearly, the actual leg controller used in the insect simulator appears to be much more complex than the basic system that was just discussed. However, it is really not that much different. The biggest change is that is that the motor neurons that control the swing and stance of the legs have been duplicated. This was done so that the insect could walk backwards as well as forward. In this layout the LC, Stop, and BC neurons are not really members of the leg controller subsystem. They are in a system that is higher up and make the same connections to all of the leg controllers. They are shown here for clarity. The LC neuron performs the same job that it did in the basic system. BC is the backward control neuron. If it is silent then the insect walks forward. If it is firing then it walks backwards. The stop neuron inhibits the pacemaker neuron and stops the step cycle. Later on, when the insect needs to come to a complete stop when it is over top of food it will use this stop neuron. All of the other neurons work just as they did in the above basic system. The difference is the way they are connected. By looking closely it can be seen that the basic connections are still present on the left side of this system. But there are also mirror image connections on the right side. For instance, normally the forward neuron excites the stance and foot neurons, and inhibits the pacemaker and swing neurons. But in the backward connections, the backward sensor excites the swing and foot neurons, and inhibits the pacemaker and stance neurons. The gated synapses coming from the BC neuron into most of the other neurons then controls which set of synapses are active. When BC is silent, the set of connections from the basic system above are used. When BC is firing, then the opposite set of connections are used. 5. Advanced Leg Controller Analysis
The output for forward walking looks exactly like the output from video 1. Video 2 shows the output that occurs when the insect is walking backwards. The major difference here is that the foot is down for the swing phase instead of the stance phase. It is tempting to think that this behavior can be more easily obtained by simply adding a new foot neuron and driving it differently so that when the insect wants to go forward it puts its foot down during stance and puts it down during swing for backward walking. Unfortunately, things are not quite that simple. The problem is that the foot is setup to always be firing to keep the foot down. There are ways around this, but they end up being of similar complexity to the system that was actually used. There are many possible ways to build a leg controller that can do what is needed. This is almost certainly not the most efficient network that could be created to perform this function. But it does work. 6. OverviewThe leg controller is key to understanding how the insect will be able to walk. It is responsible for sequencing the musculature contractions in the correct pattern so that the leg performs a stepping motion. The pacemaker is the key neuron that drives the rhythmic nature of the stepping motion. It then controls the action of the motor neurons. And the sensory neurons feed back into the pacemaker to allow it to respond to the natural environment. The next section will show how to take these individual leg controllers that each operate independently and tie them together so that they operate in a synchronous manner.
|